Kanzi 3.9.10
ObjectNotFoundException Class Reference

Exception class to indicate that an Object was not found. More...

Inheritance diagram for ObjectNotFoundException:
[legend]

Public Member Functions

 ObjectNotFoundException (String errorMessage)
 Constructs a new ObjectNotFoundException.
 

Detailed Description

Exception class to indicate that an Object was not found.

Constructor & Destructor Documentation

◆ ObjectNotFoundException()

ObjectNotFoundException ( String errorMessage)

Constructs a new ObjectNotFoundException.

Parameters
errorMessageThe exception error message.